body {
    font-size: 15px;
}

.myheader {
    background-color: #0C1A2B !important;
    /* display: none; */
}

.top-bar-text {
    color: rgba(255, 255, 255, 0.267);
}

.header_desc {
    font-size: 12px;
}

.text-my {
    font-size: 15px;
    color: rgb(235, 235, 235);
}

.v-line {
    width: 1px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.47);
}

.color_numb_hero {
    color: #DFA85C;
    font-size: 34px;
    font-weight: 800;
}

.statsBoxX {
    width: 100%;
}

.statItemX {
    display: flex;
    align-items: center;
    padding: 15px;
    border-bottom: 1px solid #1f3a56;
}


.ht-gradation.style-01 .text {
    font-size: 15px;
    font-weight: 500;
    text-align: start;
}

.statRightX {
    padding-left: 15px;
    font-size: 15px;
    color: #cfcfcf;
    text-transform: capitalize;
}

.diff_bg_color_border {
    background:
        linear-gradient(to right,
            #1B5CDF 20%,
            #077995 20% 40%,
            red 40% 60%,
            #7C3AED 60% 80%,
            #C8883A 80%) top / 100% 4px no-repeat,
        #081f33;

    border-radius: 20px;
}

.section-space--ptb_100 {
    padding-bottom: 0px;
}

.section-space--ptb_100 .container {

    border-bottom: 2px solid #d2d5da;
}

.res-padding {
    padding: 40px;
}

.statLeftX {
    color: #f2a94c;
    font-size: 36px;
    font-weight: bold;
    width: 160px;
}

@media (max-width:1200px) {
    .res-padding {
        padding: 30px 20px;
    }

    .statLeftX {
        width: 120px;
    }
}

/* ===== XT WORKFLOW SECTION ===== */
.xtwf-section {
    padding: 70px 0;
    background: #f6f7f9;
    font-family: inherit;
}

.xtwf-heading {
    font-size: 32px;
    font-weight: 700;
    color: #0e1b2c;
    line-height: 1.3;
}

.xtwf-desc {
    color: #5c6b7c;
    font-size: 15px;
    line-height: 1.7;
}

.xtwf-grid {
    margin-top: 40px;
}

.xtwf-card {
    background: #ffffff;
    padding: 24px;
    height: 100%;
    border-radius: 20px;
    transition: all .3s ease;
    position: relative;
    border: 1px solid #0036708c;
}

.xtwf-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.xtwf-number {
    font-size: 30px;
    font-weight: 700;
    color: #0959ae;
    margin-bottom: 10px;
}

.xtwf-title {
    font-size: 16px;
    font-weight: 700;
    color: #0e1b2c;
    margin-bottom: 8px;
}

.xtwf-text {
    font-size: 15px;
    color: #5c6b7c;
    line-height: 1.6;
}

.xtwf-output {
    margin-top: 10px;
    font-size: 15px;
    color: #002973;
    font-style: italic;
    font-weight: 400;
}

/* ===== Engagement Models ===== */

.xtwf-engagement {
    margin-top: 60px;
}

.xtwf-eng-title {
    font-size: 12px;
    font-weight: 700;
    color: #d67c1c;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.xtwf-eng-desc {
    color: #5c6b7c;
    margin-bottom: 30px;
}

.xtwf-eng-card {
    background: #0f243d;
    color: #fff;
    padding: 28px;
    border-radius: 10px;
    height: 100%;
    transition: .3s;
}

.xtwf-eng-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
}

.xtwf-eng-number {
    font-size: 26px;
    font-weight: 700;
    color: #f2a23a;
    margin-bottom: 10px;
}

.xtwf-eng-card h6 {
    font-weight: 700;
    margin-bottom: 10px;
    color: #fff;
}

.xtwf-eng-card p {
    font-size: 15px;
    color: #c8d2de;
    line-height: 1.6;
}

/* ===== Responsive ===== */

@media(max-width:991px) {
    .xtwf-heading {
        margin-bottom: 20px;
    }
}

@media(max-width:767px) {
    .xtwf-section {
        padding: 50px 0;
    }
}

.talent-section {
    background-color: #002b59;
    padding: 3%;
    border-radius: 20px;
}

.talent-card {
    background: rgba(255, 255, 255, 0.03);
    border-radius: 15px;
    padding: 25px;
    height: 100%;
    transition: 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.talent-card:hover {
    transform: translateY(-6px);
    border-color: #ffc107;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
}

.talent-title {
    color: #fff;
    font-weight: 600;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.talent-title i {
    color: #ffc107;
    font-size: 18px;
}

.talent-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.talent-list li {
    color: #b6c2d1;
    margin-bottom: 10px;
    display: flex;
    align-items: start;
    gap: 10px;
    font-size: 15px;
    font-weight: 500;
}

.talent-list li i {
    color: #ffc107;
    margin-top: 4px;
    font-size: 12px;
}

/* ===============================
   XT BENEFITS SECTION
=================================*/

.xtbs-section {
    padding: 60px 0;
    background: #fff;
}

/* ----- TOP BENEFITS BAR ----- */

.xtbs-benefits {
    background: #13253d;
    border-radius: 12px;
    overflow: hidden;
}

.xtbs-benefit-item {
    padding: 30px 25px;
    border-right: 1px solid rgba(255, 255, 255, 0.08);
    height: 100%;
    transition: .3s;
}

.xtbs-benefit-item:last-child {
    border-right: none;
}

.xtbs-benefit-item:hover {
    background: #162c49;
}

.xtbs-icon {
    width: 14px;
    height: 14px;
    background: #fff;
    margin-bottom: 18px;
}

.xtbs-benefit-title {
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 8px;
}

.xtbs-benefit-text {
    color: #b7c4d6;
    font-size: 15px;
    line-height: 1.6;
    font-weight: 500;
}


/* ===============================
   BOTTOM SPLIT SECTION
=================================*/

.xtbs-split {
    margin-top: 40px;
    border-radius: 12px;
    overflow: hidden;
}

/* LEFT SIDE */
.xtbs-left {
    background: #f5f5f5;
    padding: 40px;
    height: 100%;
}

.xtbs-tag {
    color: #1e7f6d;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .5px;
    margin-bottom: 12px;
}

.xtbs-left p {
    color: #495868;
    font-size: 15px;
    line-height: 1.7;
    font-weight: 500;
}

.xtbs-badges {
    margin-top: 25px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.xtbs-badge {
    background: #0959ae;
    padding: 10px 14px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
    color: #ffffff;
}


/* RIGHT SIDE CTA */

.xtbs-right {
    background: #0f243d;
    color: #fff;
    padding: 40px;
    height: 100%;
}

.xtbs-right small {
    color: #fdfdfd;
    font-weight: 700;
    letter-spacing: .5px;
    font-size: 15px;
}

.xtbs-right h3 {
    margin: 15px 0;
    font-weight: 700;
    line-height: 1.4;
}

.xtbs-right p {
    color: #c6d2df;
    font-size: 15px;
}

.xtbs-email {
    color: #fdfdfd;
    font-weight: 600;
    margin-top: 15px;
    display: block;
    font-size: 16px;
}

.xtbs-link {
    color: #8fa7c1;
    text-decoration: none;
    font-size: 15px;
}

.section-sub-title {
    font-size: 15px;
    font-weight: 800 !important;
}

.text {
    text-align: justify;
}

.ht-gradation.style-01 .heading {
    font-weight: 600;
}

.xp-section-heading {
    color: #0c1a2b;
    font-weight: 700;
    font-size: 30px !important;
    max-width: 550px
}

.service-project-slide-info .text {
    font-size: 15px;
}

.xp-tws-heading {
    color: white;
    font-weight: 700;
    font-size: 36px !important;
}

/* ===============================
   RESPONSIVE
=================================*/

@media(max-width:991px) {
    .xp-section-heading {
        font-size: 26px !important;
    }

    .xp-tws-heading {
        font-size: 30px !important;
    }

    .xtbs-benefit-item {
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    }

    .xtbs-left,
    .xtbs-right {
        padding: 30px;
    }

}


:root {
    --step-primary: #0959ae;
    --step-bg: #f8fafc;
    --step-text-main: #1e293b;
    --step-card-bg: #ffffff;
}


.step-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 25px;
    position: relative;
}

/* Step Card Styling */
.step-card {
    background: var(--step-card-bg);
    border: 1px solid rgba(9, 89, 174, 0.08);
    border-radius: 24px;
    padding: 35px 30px;
    position: relative;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    z-index: 1;
}

.step-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(9, 89, 174, 0.1);
    border-color: var(--step-primary);
}

/* Number Badge */
.step-number-wrap {
    position: relative;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
}

.step-number {
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--step-primary);
    z-index: 2;
    background: #fff;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 2px solid var(--step-primary);
    transition: 0.3s;
}

.step-card:hover .step-number {
    background: var(--step-primary);
    color: #fff;
}

/* Wave Pulse Animation (React-like Feel) */
.step-pulse {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: var(--step-primary);
    opacity: 0.2;
    animation: step-wave 2s infinite;
}

@keyframes step-wave {
    0% {
        transform: scale(1);
        opacity: 0.4;
    }

    100% {
        transform: scale(1.8);
        opacity: 0;
    }
}

/* Content Area */
.step-heading {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--step-text-main);
    margin-bottom: 15px;
    line-height: 1.4;
}

.step-text {
    font-size: 15px;
    line-height: 1.6;
    color: #5c6b7c;
    font-weight: 500;
}

/* Background Accent Number (UI UX Touch) */
.step-bg-digit {
    position: absolute;
    top: -10px;
    right: -10px;
    font-size: 6rem;
    font-weight: 900;
    color: rgba(9, 89, 174, 0.03);
    z-index: -1;
    user-select: none;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .step-grid {
        grid-template-columns: 1fr;
    }

    .step-card {
        padding: 30px;
    }
}